Revert "stress2: Use tests as the default test user."

This reverts commit 3ee87f8a4d.
This commit is contained in:
Dag-Erling Smørgrav
2024-12-04 17:13:05 +01:00
parent 8277c79017
commit 00fce6284a
+1 -1
View File
@@ -56,7 +56,7 @@ testcases/tcp/tcp
export diskimage=${diskimage:-/tmp/diskimage} # Location of 1G disk image
export mntpoint=${mntpoint:-/mnt} # Disk image mount point
export testuser=${testuser:-tests} # Name of non root test user
export testuser=${testuser:-TBD} # Name of non root test user
export mdstart=${mdstart:-10} # Start of free md units
export newfs_flags=${newfs_flags:-"-U"} # Default file system flags
export stress2origin=${stress2origin:-`pwd`}