summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psxmount/test.c
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>1999-11-16 20:50:36 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>1999-11-16 20:50:36 +0000
commit22542b6ba7a38cdc4e14456df4530046441ec302 (patch)
treea31242cba3d5e3d8e9e768f379a24b5f7dab9c22 /c/src/tests/psxtests/psxmount/test.c
parentAdded comment indicating that dup is known to be broken. (diff)
downloadrtems-22542b6ba7a38cdc4e14456df4530046441ec302.tar.bz2
Removed leading space from output.
Diffstat (limited to '')
-rw-r--r--c/src/tests/psxtests/psxmount/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/tests/psxtests/psxmount/test.c b/c/src/tests/psxtests/psxmount/test.c
index c5e348accb..4bd50efcf9 100644
--- a/c/src/tests/psxtests/psxmount/test.c
+++ b/c/src/tests/psxtests/psxmount/test.c
@@ -329,7 +329,7 @@ int main(
* Attempt to unmount a directory that does not exist.
*/
- printf(" unmount /b/mount_point should fail with EINVAL\n");
+ printf("unmount /b/mount_point should fail with EINVAL\n");
status = unmount( "/b/mount_point" );
assert( status == -1 );
assert( errno == ENOENT );