diff options
author | Valentin Rothberg <valentinrothberg@gmail.com> | 2018-03-13 16:02:56 +0100 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-03-13 15:11:52 +0000 |
commit | ce30acf1a0de78ad335652f8e34070f8850c68d1 (patch) | |
tree | 0da212d09c69904c9bd63484cc4437bffaa222ee /test/README.md | |
parent | edbfb53354a83cbe918d74c9f2dc47e6d32a69a9 (diff) | |
download | podman-ce30acf1a0de78ad335652f8e34070f8850c68d1.tar.gz podman-ce30acf1a0de78ad335652f8e34070f8850c68d1.tar.bz2 podman-ce30acf1a0de78ad335652f8e34070f8850c68d1.zip |
Fix typo in test/README.md
s/tests/test/
Signed-off-by: Valentin Rothberg <vrothberg@suse.com>
Closes: #480
Approved by: rhatdan
Diffstat (limited to 'test/README.md')
-rw-r--r-- | test/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README.md b/test/README.md index b3f179181..018c453ad 100644 --- a/test/README.md +++ b/test/README.md @@ -45,7 +45,7 @@ switch is optional. You can run a single file of integration tests using the go test command: ``` -GOPATH=~/go go test -v test/e2e/libpod_suite_test.go tests/e2e/your_test.go +GOPATH=~/go go test -v test/e2e/libpod_suite_test.go test/e2e/your_test.go ``` #### Run all tests like PAPR |