@cryptotaxi247 / kubo / commits / 220aaf280

sharness: don't be to smart about creating testData

Henry committed Mar 1, 2015 at 13:12 UTC 220aaf2802de1830afffab99a8f361031c361713
1 file changed +1 -1
test/sharness/t0045-ls.sh
+1 -1
@@ -11,7 +11,7 @@ test_description="Test ls command"
11 test_init_ipfs
12
13 test_expect_success "'ipfs add -r testData' succeeds" '
14 - mkdir -p testData/{d1,d2} && \
14 + mkdir testData testData/d1 testData/d2 && \
15 echo "test" > testData/f1 && \
16 echo "data" > testData/f2 && \
17 echo "hello" > testData/d1/a && \