summaryrefslogtreecommitdiff
path: root/tests/rm/d-1.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rm/d-1.sh')
-rwxr-xr-xtests/rm/d-1.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/d-1.sh b/tests/rm/d-1.sh
index 43b753ebc..bde8c695c 100755
--- a/tests/rm/d-1.sh
+++ b/tests/rm/d-1.sh
@@ -25,7 +25,7 @@ mkdir a || framework_failure_
rm --verbose --dir a b > out || fail=1
cat <<\EOF > exp || framework_failure_
-removed directory: 'a'
+removed directory 'a'
removed 'b'
EOF