[hackers] [sbase] tests: Use tmp. prefix in 0002-printf || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Thu, 20 Nov 2025 15:38:40 +0100 (CET)

commit c15aa18ff3958f4f72137dc8139744c5f028e83f
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.net>
AuthorDate: Thu Nov 20 15:01:30 2025 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.net>
CommitDate: Thu Nov 20 15:01:30 2025 +0100

    tests: Use tmp. prefix in 0002-printf
    
    The clear rule of the Makefile only knows about files
    that begin with tmp, and having files with the prefix
    exp can produce dirty workcopies even after running
    make clean.

diff --git a/tests/0002-printf.sh b/tests/0002-printf.sh
index 6384fe2..98b4969 100755
--- a/tests/0002-printf.sh
+++ b/tests/0002-printf.sh
_AT_@ -2,10 +2,10 @@
 
 set -e
 
-exp1=exp1.$$
-exp2=exp2.$$
-res1=res1.$$
-res2=res2.$$
+exp1=tmp1.$$
+exp2=tmp2.$$
+res1=tmp3.$$
+res2=tmp4.$$
 
 cleanup()
 {
Received on Thu Nov 20 2025 - 15:38:40 CET

This archive was generated by hypermail 2.3.0 : Thu Nov 20 2025 - 15:48:38 CET