Skip to content

Commit 455e49c

Browse files
committed
Setup symlink tests
1 parent ca5f4ec commit 455e49c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/symlinks.bats

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,5 @@ setup () {
3131
@test "Replacing a dead_symlink" {
3232
FILE=$BATS_RUN_DIR/files/dead_symlink
3333
run /bin/sh $BATS_BINARY_DIR/instateEnvironment.sh $FILE
34-
assert_success "Replacing {container.env.BATS_VARIABLE} with $BATS_VARIABLE in $FILE"
35-
assert_file_refute_contains $FILE {container.env.BATS_VARIABLE}
36-
assert_file_contains $FILE $BATS_VARIABLE
34+
assert_failure
3735
}

0 commit comments

Comments
 (0)