tests/ar: Fix file name in 0039-update.sh - scc - simple c99 compiler
HTML git clone git://git.simple-cc.org/scc
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 3d92a3b0d83de06ce99f320906711d2d21f9a0c4
DIR parent 1ed0ff0000999561feee336c289252faf2502a7e
HTML Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
Date: Fri, 31 Oct 2025 18:19:56 +0100
tests/ar: Fix file name in 0039-update.sh
Diffstat:
M tests/ar/execute/0039-update.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/tests/ar/execute/0039-update.sh b/tests/ar/execute/0039-update.sh
@@ -26,7 +26,7 @@ EOF
cmp $tmp1 $tmp2
echo Second > file1
-touch -t 197001010000 file.1
+touch -t 197001010000 file1
$EXEC scc ar -ruv file.a file1
$EXEC scc ar -p file.a file1 > $tmp1