Skip to content

Commit

Permalink
fix bash
Browse files Browse the repository at this point in the history
  • Loading branch information
sidz committed Mar 4, 2019
1 parent c2a9a03 commit 39f9b2f
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 39f9b2f

Please sign in to comment.