@cryptotaxi247 / kubo / commits / 984ae1f40

fix expected error code for add-and-cat test

License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>

Steven Allen committed Sep 13, 2018 at 17:53 UTC 984ae1f406f54ada708ea6f614610aa0a83264c2
1 file changed +1 -1
test/sharness/t0040-add-and-cat.sh
+1 -1
@@ -161,7 +161,7 @@ test_add_cat_file() {
161 '
162
163 test_expect_success "ipfs add --chunker rabin-12-512-1024 failed" '
164 - test_expect_code 127 ipfs add -Q --chunker rabin-12-512-1024 mountdir/hello.txt
164 + test_expect_code 1 ipfs add -Q --chunker rabin-12-512-1024 mountdir/hello.txt
165 '
166
167