Fix tmux_attach_start unit tests

This commit is contained in:
Marty Oehme 2020-02-04 15:23:47 +01:00
parent 66961cae79
commit f5eddfdab2
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
setup() {
fut="$BATS_TEST_DIRNAME/../tm"
fut="$BATS_TEST_DIRNAME/../tmux_attach_start"
}
teardown() {
@ -8,7 +8,7 @@ teardown() {
@test "runs correctly if invoked without arguments" {
run $fut
echo "$BATS_TEST_DIRNAME/../tm"
echo "$BATS_TEST_DIRNAME/../tmux_attach_start"
[ "$status" -eq 0 ]
}