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

« back to all changes in this revision

Viewing changes to tests/lens-crypttab.sh

  • Committer: Bazaar Package Importer
  • Author(s): Raphaël Pinson
  • Date: 2011-02-24 09:32:22 UTC
  • mfrom: (1.2.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20110224093222-bfd4fkm6envek6ys
Tags: 0.8.0-0ubuntu1
* New upstream release.
* Remove obsolete ruby Build-Depend.
* Build PDF docs and add them to augeas-doc.
* Build-Depend on texlive-latex-base to build PDF docs.
* Install txt doc files in augeas-doc.

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"