Skip to content

Commit

Permalink
fix bash
Browse files Browse the repository at this point in the history
  • Loading branch information
sidz committed Dec 6, 2018
1 parent 112d7fa commit e1a0499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Fixtures/e2e/Initial_Configuration/run_tests.bash 100755 → 100644
Expand Up @@ -7,7 +7,7 @@ if test ! -f "$(which expect)"; then
fi

cd $(dirname $0)
rm -f infection.json.dist
rm -f infection.json.dist infection.log

set -e

Expand All @@ -21,5 +21,5 @@ export INFECTION

./do_configure.expect

test -f infection.json.dist
test -f infection.log
diff -u expected.log infection.log

0 comments on commit e1a0499

Please sign in to comment.