Skip to content

Commit bee7c83

Browse files
committed
test: update jinks-cli command to use -v flag
1 parent 97053ae commit bee7c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/smoke-test.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818

1919
@test "jinks-cli responds" {
20-
run docker run --name btest --rm builder jinks -h
20+
run docker run --name btest --rm builder jinks -v
2121
[ "$status" -eq 0 ]
2222
}
2323

0 commit comments

Comments
 (0)