~ubuntu-branches/ubuntu/natty/augeas/natty

« back to all changes in this revision

Viewing changes to tests/lens-shellvars_list.sh

  • Committer: Bazaar Package Importer
  • Author(s): Nicolas Valcárcel Scerpella (Canonical)
  • Date: 2010-06-25 16:12:45 UTC
  • mfrom: (1.2.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100625161245-8pwq1gbejazeo07u
Tags: 0.7.2-1
* New upstream release
* Droped 50_iptables-lens.diff. Included upstream
* Updated libaugeas0.symbols

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"