From 430791616b6c067b6da3ab64e486d6ca8d8136f4 Mon Sep 17 00:00:00 2001
From: Yang Tse <yangsita@gmail.com>
Date: Thu, 7 Jun 2012 15:26:03 +0200
Subject: tests 1348 to 1363: test definition polishing

Verify that the "Saved to filename 'blabla'" message is only displayed when
the 'blabla' filename being used _actually_ has been specified by the server
in the Content-Disposition header.

Use relative path for unintended file creation postcheck.
---
 tests/data/test1345 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'tests/data/test1345')

diff --git a/tests/data/test1345 b/tests/data/test1345
index 24bd577d6..f5e16127c 100644
--- a/tests/data/test1345
+++ b/tests/data/test1345
@@ -42,7 +42,7 @@ CURL_TESTDIR=%PWD/log
 http://%HOSTIP:%HTTPPORT/1345 -i -O -D -
 </command>
 <postcheck>
-perl %SRCDIR/libtest/notexists.pl %PWD/log/name1345
+perl %SRCDIR/libtest/notexists.pl log/name1345
 </postcheck>
 </client>
 
-- 
cgit v1.2.1