aboutsummaryrefslogtreecommitdiff
path: root/tests/dirname.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dirname.test')
-rwxr-xr-xtests/dirname.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/dirname.test b/tests/dirname.test
index a0075384..3ea89197 100755
--- a/tests/dirname.test
+++ b/tests/dirname.test
@@ -4,7 +4,7 @@
#testing "name" "command" "result" "infile" "stdin"
-testing "dirname /-only" "dirname ///////" "/\n" "" ""
-testing "dirname trailing /" "dirname a//////" ".\n" "" ""
-testing "dirname combined" "dirname /////a///b///c///d/////" "/////a///b///c\n" "" ""
-testing "dirname /a/" "dirname /////a///" "/\n" "" ""
+testing "/-only" "dirname ///////" "/\n" "" ""
+testing "trailing /" "dirname a//////" ".\n" "" ""
+testing "combined" "dirname /////a///b///c///d/////" "/////a///b///c\n" "" ""
+testing "/a/" "dirname /////a///" "/\n" "" ""