Skip to content

Commit

Permalink
bad check
Browse files Browse the repository at this point in the history
  • Loading branch information
James Cor committed Feb 14, 2024
1 parent 75b95f8 commit c0dba84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/bats/sql-create-database.bats
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ create database mydb;
SQL

[ "$status" -eq 0 ]
[ ! -d mydb ]
[ -d mydb ]
}

@test "sql-create-database: with data-dir" {
Expand Down

0 comments on commit c0dba84

Please sign in to comment.