summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/fsfpathconf
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-09-28 14:04:08 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-10-01 15:40:20 -0500
commit35c58a566205e429b3b67803d6ad54db974a6d81 (patch)
tree77d747d4dc72be140850223bb445f4859bef571f /testsuites/fstests/fsfpathconf
parentNew fstest to cover RFS bitmaps - fsrfsbitmap01 (diff)
downloadrtems-35c58a566205e429b3b67803d6ad54db974a6d81.tar.bz2
misc fstests: Remove spaces at EOL
Diffstat (limited to 'testsuites/fstests/fsfpathconf')
-rw-r--r--testsuites/fstests/fsfpathconf/fsfpathconf.doc3
-rw-r--r--testsuites/fstests/fsfpathconf/test.c9
2 files changed, 5 insertions, 7 deletions
diff --git a/testsuites/fstests/fsfpathconf/fsfpathconf.doc b/testsuites/fstests/fsfpathconf/fsfpathconf.doc
index 92af03b3a7..d364334ff4 100644
--- a/testsuites/fstests/fsfpathconf/fsfpathconf.doc
+++ b/testsuites/fstests/fsfpathconf/fsfpathconf.doc
@@ -1,4 +1,4 @@
-# COPYRIGHT (c) 2012-.
+# COPYRIGHT (c) 2012-.
# Krzysztof Miesowicz krzysztof.miesowicz@gmail.com
#
# The license and distribution terms for this file may be
@@ -13,7 +13,6 @@ test set name: fsfpathconf
directives:
+ fpathconf
-
concepts:
diff --git a/testsuites/fstests/fsfpathconf/test.c b/testsuites/fstests/fsfpathconf/test.c
index a375d09a31..7c4eeccb10 100644
--- a/testsuites/fstests/fsfpathconf/test.c
+++ b/testsuites/fstests/fsfpathconf/test.c
@@ -1,7 +1,7 @@
-/*
+/*
* COPYRIGHT (c) 2012 - .
* Krzysztof Miesowicz krzysztof.miesowicz@gmail.com
- *
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
@@ -23,7 +23,7 @@
#include <rtems/error.h>
#include <ctype.h>
#include <rtems/libcsupport.h>
-
+
#include "fstest.h"
#include "tmacros.h"
@@ -77,7 +77,7 @@ static void fpathconf_test(void){
close(fd);
fd = open("testfile.test", O_WRONLY);
-
+
rv = fpathconf(fd, _PC_LINK_MAX);
}
}
@@ -87,7 +87,6 @@ void test(void){
puts("\n\n*** FPATHCONF TEST ***" );
fpathconf_test();
puts( "\n*** END OF FPATHCONF TEST ***" );
-
}
/* end of file */