aboutsummaryrefslogtreecommitdiffstats
path: root/test/restore.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/restore.sh')
-rw-r--r--test/restore.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/restore.sh b/test/restore.sh
index 2d60cb9..ba131e4 100644
--- a/test/restore.sh
+++ b/test/restore.sh
@@ -23,7 +23,7 @@ wait $!
for i in $($BIN/ck -c $BIN list -p prog1); do
if [[ ! -L "$i" ]]; then
- err "Couldn't restore path $i"
+ err "Couldn't restore path $i from -p prog1"
exit 1
fi
done
@@ -37,7 +37,7 @@ wait $!
for i in $($BIN/ck -c $BIN list paths); do
if [[ ! -L "$i" ]]; then
- err "Couldn't restore path $i"
+ err "Couldn't restore path $i from all"
exit 1
fi
done