17 lines
393 B
Plaintext
17 lines
393 B
Plaintext
$OpenBSD: patch-tests_link03_at,v 1.1 2010/03/28 18:35:01 naddy Exp $
|
|
--- tests/link03.at.orig Thu Mar 25 16:17:54 2010
|
|
+++ tests/link03.at Thu Mar 25 16:18:21 2010
|
|
@@ -26,9 +26,9 @@ AT_KEYWORDS([hardlinks link03])
|
|
|
|
m4_define([create_files],[
|
|
genfile -l 64 -f file1
|
|
-link file1 file2
|
|
-link file2 file3
|
|
-link file3 file4
|
|
+ln file1 file2
|
|
+ln file2 file3
|
|
+ln file3 file4
|
|
])
|
|
|
|
AT_TAR_CHECK([
|