Skip to content

Commit

Permalink
README: fix wrong command for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
piegamesde authored and andrewchambers committed Jan 13, 2022
1 parent b5e5e67 commit 36da0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Install bash automated test framework and run the following to run both the unit
```
$ cargo test
$ cargo build --release
$ export PATH=`pwd`/target/release:$PATH
$ export PATH=${CARGO_TARGET_DIR:-$PWD/target}/release:$PATH
$ bats ./cli-tests
```

Expand Down

0 comments on commit 36da0cc

Please sign in to comment.