Skip to content

Commit

Permalink
Fixed arg-parsing.bats not working on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Hydrocharged committed Feb 16, 2020
1 parent 23ae662 commit 914dd6a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bats/arg-parsing.bats
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ load $BATS_TEST_DIRNAME/helper/common.bash

setup() {
setup_common
mkdir $BATS_TMPDIR/config-test$$
nativevar DOLT_ROOT_PATH $BATS_TMPDIR/config-test$$ /p
cd $BATS_TMPDIR/dolt-repo-$$
}

teardown() {
teardown_common
rm -rf "$BATS_TMPDIR/config-test$$"
}

@test "dolt supports Nix style argument parsing" {
Expand Down

0 comments on commit 914dd6a

Please sign in to comment.