1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 18:13:54 +08:00

sharness: don't be to smart about creating testData

This commit is contained in:
Henry
2015-03-01 13:12:58 +01:00
parent 9cf718932e
commit 220aaf2802

View File

@ -11,7 +11,7 @@ test_description="Test ls command"
test_init_ipfs
test_expect_success "'ipfs add -r testData' succeeds" '
mkdir -p testData/{d1,d2} && \
mkdir testData testData/d1 testData/d2 && \
echo "test" > testData/f1 && \
echo "data" > testData/f2 && \
echo "hello" > testData/d1/a && \