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