From 2d8ae88a228ac82c725f22aaee24accde8a12dcf Mon Sep 17 00:00:00 2001 From: Pádraig Brady
Date: Wed, 26 Mar 2014 13:36:16 +0000 Subject: mv: fix issues with previous prompt adjustments * src/copy.c (overwrite_ok): Fix the gettext calls so that the second string is tagged for translation. Display the correct "replace ..." prompt when in move_mode. * tests/mv/i-3.sh: Display the output on failure to ease debugging. --- tests/mv/i-3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/mv/i-3.sh b/tests/mv/i-3.sh index 690af7385..8c58d5d34 100755 --- a/tests/mv/i-3.sh +++ b/tests/mv/i-3.sh @@ -52,7 +52,7 @@ check_overwrite_prompt() } # Wait for up to 12.7 seconds for the expected prompt. -retry_delay_ check_overwrite_prompt .1 7 || fail=1 +retry_delay_ check_overwrite_prompt .1 7 || { fail=1; cat out; } kill $pid -- cgit v1.2.3-70-g09d2