summaryrefslogtreecommitdiffstats
path: root/tests/common/execdir_nonexistent.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common/execdir_nonexistent.sh')
-rw-r--r--tests/common/execdir_nonexistent.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/common/execdir_nonexistent.sh b/tests/common/execdir_nonexistent.sh
new file mode 100644
index 0000000..0ec013c
--- /dev/null
+++ b/tests/common/execdir_nonexistent.sh
@@ -0,0 +1,2 @@
+bfs_diff basic -print -execdir "$TESTS/nonexistent" {} \; -print 2>"$TEST/err" && fail
+test -s "$TEST/err"