diff options
| author | Jan Sucan <jan@jansucan.com> | 2024-04-14 11:51:34 +0200 |
|---|---|---|
| committer | Ján Sučan <jan@jansucan.com> | 2024-05-04 15:46:47 +0200 |
| commit | 16ff70613a95d7f85f4cab09f2b3316f67e5901b (patch) | |
| tree | c7b7768dd048d2ca040ea09c2e9df554d6f1e5ad /tests/100-cannot_open_files.sh | |
| parent | 451be15d119d4d485d06f19f15d9a996cefb5288 (diff) | |
Move input and output buffering to classes
Diffstat (limited to 'tests/100-cannot_open_files.sh')
| -rw-r--r-- | tests/100-cannot_open_files.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/100-cannot_open_files.sh b/tests/100-cannot_open_files.sh index 4e5bb6b..4e7c45f 100644 --- a/tests/100-cannot_open_files.sh +++ b/tests/100-cannot_open_files.sh @@ -6,11 +6,11 @@ PROGRAM_EXEC="$1" rm -f input ref out touch ref out -assert "" "cannot open input file" 1 $PROGRAM_EXEC backup input ref out +assert "" "cannot get size of input file" 1 $PROGRAM_EXEC backup input ref out rm -f input ref out touch input out -assert "" "cannot open reference file" 1 $PROGRAM_EXEC backup input ref out +assert "" "cannot get size of reference file" 1 $PROGRAM_EXEC backup input ref out rm -f input ref out rmdir outdir 2>/dev/null |
