Module Name: src
Committed By: perseant
Date: Wed Aug 14 15:31:27 UTC 2024
Modified Files:
src/tests/fs/common [perseant-exfatfs]: fstest_exfatfs.c
Log Message:
Use the correct name for newfs_exfatfs
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/tests/fs/common/fstest_exfatfs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/fs/common/fstest_exfatfs.c
diff -u src/tests/fs/common/fstest_exfatfs.c:1.1.2.1 src/tests/fs/common/fstest_exfatfs.c:1.1.2.2
--- src/tests/fs/common/fstest_exfatfs.c:1.1.2.1 Tue Aug 13 05:38:08 2024
+++ src/tests/fs/common/fstest_exfatfs.c Wed Aug 14 15:31:27 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: fstest_exfatfs.c,v 1.1.2.1 2024/08/13 05:38:08 perseant Exp $ */
+/* $NetBSD: fstest_exfatfs.c,v 1.1.2.2 2024/08/14 15:31:27 perseant Exp $ */
/*-
* Copyright (c) 2010, 2024 The NetBSD Foundation, Inc.
@@ -62,7 +62,7 @@ exfatfs_fstest_newfs(const atf_tc_t *tc,
struct exfatfstestargs *args;
size /= 512;
- snprintf(cmd, 1024, "newfs_exfat -D -w -s %"PRId64"s %s >/dev/null",
+ snprintf(cmd, 1024, "newfs_exfatfs -D -w -s %"PRId64"s %s >/dev/null",
size, image);
res = system(cmd);
if (res != 0)