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 6a5b910 commit cafcc0bCopy full SHA for cafcc0b
tests/cases/001_default
@@ -18,7 +18,7 @@ assert "! -f $CREATED" "File should not exist: $CREATED!"
18
CHANGED="app/Config/App.php"
19
BEFORE=`get_hash $CHANGED`
20
21
-sh "$SCRIPT" > /dev/null 2>&1
+sh "$SCRIPT" #> /dev/null 2>&1
22
23
assert "$? -eq 0" "Script failed to execute!"
24
assert "-f $CREATED" "File does not exist: $CREATED!"
tests/run
@@ -77,7 +77,7 @@ for FILE in "$TESTS"/*; do
77
NAME=`basename "$FILE"`
78
79
# Start with a clean slate
80
- set_up > /dev/null 2>&1
+ set_up #> /dev/null 2>&1
81
82
# Execute the test
83
. $FILE
0 commit comments