summaryrefslogtreecommitdiffstats
path: root/tests/functions.sh
diff options
context:
space:
mode:
authorKarel Zak2010-11-30 11:41:59 +0100
committerKarel Zak2010-11-30 11:41:59 +0100
commit601d12fb103702276e01ed891fd3a09a6045f209 (patch)
tree3bb7b36565b0f03db0c1f6196fc725206cdb0326 /tests/functions.sh
parentlibblkid: add LINHIB0001 signature to swap prober (diff)
downloadkernel-qcow2-util-linux-601d12fb103702276e01ed891fd3a09a6045f209.tar.gz
kernel-qcow2-util-linux-601d12fb103702276e01ed891fd3a09a6045f209.tar.xz
kernel-qcow2-util-linux-601d12fb103702276e01ed891fd3a09a6045f209.zip
rename util-linux-ng back to util-linux
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/functions.sh')
-rw-r--r--tests/functions.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/functions.sh b/tests/functions.sh
index d79c98088..92b3ee4b6 100644
--- a/tests/functions.sh
+++ b/tests/functions.sh
@@ -1,7 +1,7 @@
#
# Copyright (C) 2007 Karel Zak <kzak@redhat.com>
#
-# This file is part of util-linux-ng.
+# This file is part of util-linux.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -344,7 +344,7 @@ function ts_swapoff {
}
function ts_fstab_open {
- echo "# <!-- util-linux-ng test entry" >> /etc/fstab
+ echo "# <!-- util-linux test entry" >> /etc/fstab
}
function ts_fstab_close {
@@ -368,13 +368,13 @@ function ts_fstab_add {
function ts_fstab_clean {
sed --in-place "
-/# <!-- util-linux-ng/!b
+/# <!-- util-linux/!b
:a
/# -->/!{
N
ba
}
-s/# <!-- util-linux-ng.*-->//;
+s/# <!-- util-linux.*-->//;
/^$/d" /etc/fstab
}