We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3458504 commit 832e3e5Copy full SHA for 832e3e5
Makefile.bsd
@@ -19,7 +19,7 @@ test: entr
19
ls entr.1 | EV_TRACE=1 ./entr -zn wc -l entr.1
20
21
check: entr
22
- ./system_test.sh
+ @./system_test.sh
23
24
clean:
25
rm -f *.o compat.c entr
system_test.sh
@@ -66,7 +66,7 @@ try "no arguments"
66
assert $code 1
67
68
try "no input"
69
- entr echo "vroom" 2> /dev/null || code=$?
+ echo | entr echo "vroom" 2> /dev/null || code=$?
70
71
72
try "reload and clear options with no utility to run"
0 commit comments