about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-10-17 17:39:26 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-10-17 17:39:26 +0200
commit3a4135c67904e006beb1d714a534a5216c4f319d (patch)
tree802f8af4f0e4848c672f3b3db3ca9c0e1b47ec5a
parent289397289982b2e383dbf1bb9627a413b12d3239 (diff)
downloadxe-3a4135c67904e006beb1d714a534a5216c4f319d.tar.gz
xe-3a4135c67904e006beb1d714a534a5216c4f319d.tar.xz
xe-3a4135c67904e006beb1d714a534a5216c4f319d.zip
tests: mention false positive
-rwxr-xr-xtests1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests b/tests
index e7e6162..859bd80 100755
--- a/tests
+++ b/tests
@@ -219,6 +219,7 @@ check_output 'exit code when process was killed' 'necho a | xe -s "exec /bin/kil
 125
 EOF
 
+# possible false positive result when exec returns ENOENT instead of ENOTDIR here
 check_output 'exit code when command cannot be run' 'necho a | xe /dev/null/calc.exe 2>/dev/null || echo $?' <<EOF
 126
 EOF