summaryrefslogtreecommitdiff
path: root/tests/du
diff options
context:
space:
mode:
Diffstat (limited to 'tests/du')
-rwxr-xr-xtests/du/2g3
-rwxr-xr-xtests/du/long-from-unreadable4
2 files changed, 5 insertions, 2 deletions
diff --git a/tests/du/2g b/tests/du/2g
index da3cc6a48..1b50e34d6 100755
--- a/tests/du/2g
+++ b/tests/du/2g
@@ -40,7 +40,8 @@ esac
min_kb=3000000
test $min_kb -lt $free_kb ||
{
- skip_test_ "too little free space on current partition: $free_kb (need $min_kb KB)"
+ skip_test_ \
+ "too little free space on current partition: $free_kb (need $min_kb KB)"
}
big=big
diff --git a/tests/du/long-from-unreadable b/tests/du/long-from-unreadable
index 1da08bfaa..d27279013 100755
--- a/tests/du/long-from-unreadable
+++ b/tests/du/long-from-unreadable
@@ -47,7 +47,9 @@ dir=`printf '%200s\n' ' '|tr ' ' x`
# cd $tmp || framework_failure
# Sheesh. Bash 3.1.5 can't create this hierarchy. I get
-# cd: error retrieving current directory: getcwd: cannot access parent directories:
+# cd: error retrieving current directory: getcwd:
+# cannot access parent directories:
+# (all on one line).
cwd=`pwd`
# Use perl instead: