]> arthur.barton.de Git - bup.git/commitdiff
test-fuse.sh: remove vestigial bash date expansion
authorRob Browning <rlb@defaultvalue.org>
Sun, 29 Nov 2015 19:11:49 +0000 (13:11 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sun, 29 Nov 2015 19:15:37 +0000 (13:15 -0600)
Remove use of a bash printf date expansion that's not supported by some
versions of bash.

Overlooked in 8f4a02810eb48faecc66bf15fbc83b212b19bbbd

Thanks to Luis Sanchez Sanchez for reporting the problem.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
t/test-fuse.sh

index 8246a46ebc7cec4ec1284dd4ba1562ebed289ae2..e25f3f21d4f4c4ee7e62eff1eb0241442a7dd3d7 100755 (executable)
@@ -74,7 +74,6 @@ pre-epoch"
 # Right now we don't detect new saves.
 WVPASS bup save -n src -d "$savestamp2" --strip src
 result=$(WVPASS ls mnt/src) || exit $?
-savename="$(WVPASS printf '%(%Y-%m-%d-%H%M%S)T' "$savestamp1")" || exit $?
 WVPASSEQ "$result" "$savename1
 latest"