aboutsummaryrefslogtreecommitdiff
path: root/test_delete.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test_delete.sh')
-rwxr-xr-xtest_delete.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test_delete.sh b/test_delete.sh
index 5f929786..21054a0f 100755
--- a/test_delete.sh
+++ b/test_delete.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-for FILE in $(find target/debug/deps); do
- curl -v localhost:3900/$FILE -X DELETE -H 'Host: garage'
+for FILE in $(find target); do
+ curl localhost:3900/$FILE -X DELETE -H 'Host: garage'
done