aboutsummaryrefslogtreecommitdiff
path: root/tests/file.test
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2020-06-01 11:30:30 -0500
committerRob Landley <rob@landley.net>2020-06-01 11:39:17 -0500
commit13275d2482da48bf5c529191b091933466100752 (patch)
treebeb7c1295b30491e4231113f151b15941a179502 /tests/file.test
parent8cb4dbec6734761c0fa27aa4c3bd6e9952cb1286 (diff)
downloadtoybox-13275d2482da48bf5c529191b091933466100752.tar.gz
Fix tests.
Includes removing a test that's just gratuitously checking whether or not a corner case gratuitously differs from coreutils. (So what? Who cares?)
Diffstat (limited to 'tests/file.test')
-rwxr-xr-xtests/file.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/file.test b/tests/file.test
index 419da0a6..4b7b5a9e 100755
--- a/tests/file.test
+++ b/tests/file.test
@@ -17,7 +17,7 @@ BROKEN=$(readlink dangler)
testing "directory" "file ." ".: directory\n" "" ""
testing "empty" "file empty" "empty: empty\n" "" ""
-testing "bash.script" "file bash.script | grep -o ' script"' " script\n" "" ""
+testing "bash.script" "file bash.script | grep -o ' script'" " script\n" "" ""
testing "bash.script with spaces" "file bash.script2 | grep -o ' script'" " script\n" "" ""
testing "env python script" "file env.python.script" "env.python.script: python script\n" "" ""
testing "ascii" "file ascii" "ascii: ASCII text\n" "" ""