Skip to content

Commit

Permalink
Merge pull request #401 from liquidata-inc/daylon/arg-parsing-windows…
Browse files Browse the repository at this point in the history
…-fix

Fixed arg-parsing.bats not working on Windows
  • Loading branch information
Tim Sehn authored Feb 16, 2020
2 parents 23ae662 + 914dd6a commit 49963a6
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 49963a6

Please sign in to comment.