]> arthur.barton.de Git - bup.git/blobdiff - test/ext/test-web
web-cmd: copy to bup.cmd.web
[bup.git] / test / ext / test-web
index dafd9cd568a23126b70dfc012cd3410ca9eb4023..b53eb5cfd7a0b0f8ef219134098cb89be5d40448 100755 (executable)
@@ -56,7 +56,7 @@ WVPASS bup save -n '¡excitement!' --strip src
 "$TOP/bup" web unix://socket </dev/null >bup-web.log 2>&1 &
 web_pid=$!
 # output the log if something fails
-trap cat bup-web.log EXIT
+trap 'cat bup-web.log' EXIT
 wait-for-server-start
 
 WVPASS curl --unix-socket ./socket \