~ubuntu-branches/ubuntu/saucy/augeas/saucy

« back to all changes in this revision

Viewing changes to tests/lens-pg_hba.sh

  • Committer: Bazaar Package Importer
  • Author(s): Micah Anderson
  • Date: 2011-06-09 10:25:27 UTC
  • mfrom: (1.4.1 upstream) (19.1.7 natty)
  • Revision ID: james.westby@ubuntu.com-20110609102527-8l29k1tv6bwnqujq
Tags: 0.8.1-1
* new upstream release
* pull packaging from Ubuntu - new binary package augeas-docs
* change build dependency on naturaldocs to version in Debian
* remove debian/patches/*, no longer needed
* update standards version - no changes
* update libaugeas0 short description to not start with an article
* update debian/libaugeas0.symbols to match upstream changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
# Run one lens test.
 
3
# Derive names of inputs from the name of this script.
 
4
 
 
5
[ -n "$abs_top_srcdir" ] || abs_top_srcdir=$TOPDIR
 
6
LENS_DIR=$abs_top_srcdir/lenses
 
7
 
 
8
me=`echo "$0"|sed 's,.*/lens-\(.*\)\.sh$,\1,'`
 
9
 
 
10
t=$LENS_DIR/tests/test_$me.aug
 
11
exec augparse --nostdinc -I "$LENS_DIR" "$t"