summaryrefslogtreecommitdiff
path: root/test/fs/fs-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/fs/fs-test.sh')
-rwxr-xr-xtest/fs/fs-test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fs/fs-test.sh b/test/fs/fs-test.sh
index b6b9461a10..2e8d5ee4df 100755
--- a/test/fs/fs-test.sh
+++ b/test/fs/fs-test.sh
@@ -223,6 +223,8 @@ setenv bind 'if test "\$sb" != sb; then sb bind 0 "$1"; fi'
run bind
# Test Case 1 - ls
${PREFIX}ls host${SUFFIX} $6
+# In addition, test with a nonexistent directory to see if we crash.
+${PREFIX}ls host${SUFFIX} invalid_d
#
# We want ${PREFIX}size host 0:0 $3 for host commands and
# sb size hostfs - $3 for hostfs commands.