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