Skip to content

Commit

Permalink
Merge branch 'hotfix/Fix_typo_in_test_descriptor_#3'
Browse files Browse the repository at this point in the history
  • Loading branch information
NicMcPhee committed Aug 28, 2016
2 parents 22fbcc2 + b88ece9 commit d2692c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleaning/tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ teardown() {
[ -f "$little.tgz" ]
}

@test "big_clean.sh creates new 'cleaned_big_dir.tgz' archive" {
@test "big_clean.sh creates new 'cleaned_little_dir.tgz' archive" {
run ./big_clean.sh $little.tgz $BATS_TMPDIR
[ -f "cleaned_$little.tgz" ]
}
Expand Down

0 comments on commit d2692c5

Please sign in to comment.