source: trunk/test/config3_test.sh @ 1089

Last change on this file since 1089 was 1089, checked in by Peter Johansson, 13 years ago

adding test (refs #454)

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 931 bytes
RevLine 
[1089]1#!/bin/sh
2# $Id: config3_test.sh 1089 2010-06-12 16:50:22Z peter $
3#
4# Copyright (C) 2010 Peter Johansson
5#
6# This file is part of svndigest, http://dev.thep.lu.se/svndigest
7#
8# svndigest is free software; you can redistribute it and/or modify it
9# under the terms of the GNU General Public License as published by
10# the Free Software Foundation; either version 3 of the License, or
11# (at your option) any later version.
12#
13# svndigest is distributed in the hope that it will be useful, but
14# WITHOUT ANY WARRANTY; without even the implied warranty of
15# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16# General Public License for more details.
17#
18# You should have received a copy of the GNU General Public License
19# along with svndigest. If not, see <http://www.gnu.org/licenses/>.
20
21# test that we can use /dev/null as config file
22
23. ./init.sh || exit 1
24set -e
25
26test -e /dev/null
27test -r /dev/null
28$SVNDIGEST -g --config-file /dev/null || exit_fail
29
30exit_success
Note: See TracBrowser for help on using the repository browser.