summaryrefslogtreecommitdiff
blob: 93d0555f0f3d74ace41307906fcca25452761a0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
From d3f14cfd82cae939d9c487e9cb1a2973dc9b9a4f Mon Sep 17 00:00:00 2001
From: Romain Perier <mrpouet@gentoo.org>
Date: Wed, 23 Sep 2009 19:37:55 +0200
Subject: [PATCH] Fix testsuite due to missing sub-directory (see gitweb on upstream)

---
 tests/check_fstab/a     |    1 +
 tests/check_fstab/d     |    1 +
 tests/check_fstab/fstab |    6 ++++++
 3 files changed, 8 insertions(+), 0 deletions(-)
 create mode 100644 tests/check_fstab/a
 create mode 100644 tests/check_fstab/d
 create mode 100644 tests/check_fstab/fstab

diff --git a/tests/check_fstab/a b/tests/check_fstab/a
new file mode 100644
index 0000000..d16d1c5
--- /dev/null
+++ tests/check_fstab/a
@@ -0,0 +1 @@
+This file is a 'dummy device file' for the fstab check
diff --git a/tests/check_fstab/d b/tests/check_fstab/d
new file mode 100644
index 0000000..d16d1c5
--- /dev/null
+++ tests/check_fstab/d
@@ -0,0 +1 @@
+This file is a 'dummy device file' for the fstab check
diff --git a/tests/check_fstab/fstab b/tests/check_fstab/fstab
new file mode 100644
index 0000000..8ba6f6c
--- /dev/null
+++ tests/check_fstab/fstab
@@ -0,0 +1,6 @@
+# A dummy fstab file for 
+
+# <file system> <mount point>   	<type>  <options>       <dump>  <pass>
+check_fstab/a	/test1           	ext3    defaults        0       0
+check_fstab/e	/test2           	ext3    defaults        0       0
+
-- 
1.6.5.rc1