From 722a52b94e4d8ae73bc4ee92472dba8e7174a1ab Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Wed, 22 Jan 2025 17:04:24 +0100 Subject: Rename backup operation to create --- tests/400-successful_backup_restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/400-successful_backup_restore.sh') diff --git a/tests/400-successful_backup_restore.sh b/tests/400-successful_backup_restore.sh index f1a07c5..a10853b 100644 --- a/tests/400-successful_backup_restore.sh +++ b/tests/400-successful_backup_restore.sh @@ -29,7 +29,7 @@ printf '\xFF' | dd of=input bs=1 count=1 seek=$(( (512 * 3) - 1 )) conv=notrunc # The fourth sector will have the middle byte changed printf '\xFF' | dd of=input bs=1 count=1 seek=$(( (512 * 4) - (512 / 2) )) conv=notrunc 1>/dev/null 2>&1 -assert "" "" 0 $PROGRAM_EXEC backup -i input -b base -o out +assert "" "" 0 $PROGRAM_EXEC create -i input -b base -o out if ! files_are_the_same out 400-expected_backup_output.bin; then echo "assert: Backup output file differs from the expected one" -- cgit v1.2.3