mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-22 16:58:55 +00:00
parent
06dec32965
commit
e289915dcb
@ -22,7 +22,6 @@ TESTS=small-integration-test.sh
|
|||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
integration-test-common.sh \
|
integration-test-common.sh \
|
||||||
require-root.sh \
|
|
||||||
small-integration-test.sh \
|
small-integration-test.sh \
|
||||||
mergedir.sh \
|
mergedir.sh \
|
||||||
sample_delcache.sh \
|
sample_delcache.sh \
|
||||||
|
@ -1,35 +0,0 @@
|
|||||||
#!/bin/bash -e
|
|
||||||
#
|
|
||||||
# s3fs - FUSE-based file system backed by Amazon S3
|
|
||||||
#
|
|
||||||
# Copyright 2007-2008 Randy Rizun <rrizun@gmail.com>
|
|
||||||
#
|
|
||||||
# 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 the Free Software Foundation; either version 2
|
|
||||||
# of the License, or (at your option) any later version.
|
|
||||||
#
|
|
||||||
# This program is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with this program; if not, write to the Free Software
|
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
#
|
|
||||||
|
|
||||||
if [[ $EUID -ne 0 ]]
|
|
||||||
then
|
|
||||||
echo "This test script must be run as root" 1>&2
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
#
|
|
||||||
# Local variables:
|
|
||||||
# tab-width: 4
|
|
||||||
# c-basic-offset: 4
|
|
||||||
# End:
|
|
||||||
# vim600: expandtab sw=4 ts=4 fdm=marker
|
|
||||||
# vim<600: expandtab sw=4 ts=4
|
|
||||||
#
|
|
@ -26,10 +26,6 @@
|
|||||||
set -o errexit
|
set -o errexit
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
# Require root
|
|
||||||
REQUIRE_ROOT=require-root.sh
|
|
||||||
#source $REQUIRE_ROOT
|
|
||||||
|
|
||||||
source integration-test-common.sh
|
source integration-test-common.sh
|
||||||
|
|
||||||
CACHE_DIR="/tmp/s3fs-cache"
|
CACHE_DIR="/tmp/s3fs-cache"
|
||||||
|
Loading…
Reference in New Issue
Block a user