mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-09-10 07:59:52 +02:00
tests: don't use lang-default from individual tests
* tests/sample-test: Don't recommend using lang-default here. It is now run for each test automatically, via TESTS_ENVIRONMENT. * tests/dd/reblock: Don't source lang-default here. * tests/misc/truncate-fail-diag: Likewise.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# test dd reblocking vs. bs=
|
||||
|
||||
# Copyright (C) 2008 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2008-2009 Free Software Foundation, Inc.
|
||||
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@@ -21,7 +21,6 @@ if test "$VERBOSE" = yes; then
|
||||
dd --version
|
||||
fi
|
||||
|
||||
. $srcdir/lang-default
|
||||
. $srcdir/test-lib.sh
|
||||
|
||||
# 2 short reads -> 1 full write + 1 partial write
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
# open ("missing/", O_CREAT & (O_WRONLY | O_RDWR), ...) -> EISDIR
|
||||
# open ("missing/file", O_CREAT & (O_WRONLY | O_RDWR), ...) -> ENOENT
|
||||
|
||||
# Copyright (C) 2008 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2008-2009 Free Software Foundation, Inc.
|
||||
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@@ -25,7 +25,6 @@ if test "$VERBOSE" = yes; then
|
||||
truncate --version
|
||||
fi
|
||||
|
||||
. $srcdir/lang-default
|
||||
. $srcdir/test-lib.sh
|
||||
skip_if_root_
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@ if test "$VERBOSE" = yes; then
|
||||
FIXME --version
|
||||
fi
|
||||
|
||||
# FIXME: . $srcdir/lang-default
|
||||
. $srcdir/test-lib.sh
|
||||
# FIXME: skip_if_root_
|
||||
# FIXME: require_root_
|
||||
|
||||
Reference in New Issue
Block a user