diff options
Diffstat (limited to 'tests/file.test')
-rwxr-xr-x | tests/file.test | 2 |
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" "" "" |