Fix tmux_attach_start unit tests
This commit is contained in:
parent
66961cae79
commit
f5eddfdab2
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
setup() {
|
setup() {
|
||||||
fut="$BATS_TEST_DIRNAME/../tm"
|
fut="$BATS_TEST_DIRNAME/../tmux_attach_start"
|
||||||
}
|
}
|
||||||
|
|
||||||
teardown() {
|
teardown() {
|
||||||
|
@ -8,7 +8,7 @@ teardown() {
|
||||||
|
|
||||||
@test "runs correctly if invoked without arguments" {
|
@test "runs correctly if invoked without arguments" {
|
||||||
run $fut
|
run $fut
|
||||||
echo "$BATS_TEST_DIRNAME/../tm"
|
echo "$BATS_TEST_DIRNAME/../tmux_attach_start"
|
||||||
[ "$status" -eq 0 ]
|
[ "$status" -eq 0 ]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue