~smoser/cloud-utils/trunk.1762748-gpt-big-disks

« back to all changes in this revision

Viewing changes to debian/tests/growpart-loop

  • Committer: Scott Moser
  • Date: 2016-09-01 19:30:36 UTC
  • Revision ID: smoser@ubuntu.com-20160901193036-fzdz6se6uooihxkw
debian: add auto package test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
my_d=$(dirname "$0")
 
4
. "$my_d/functions" || { echo "failed to source functions" 1>&2; exit 1; }
 
5
 
 
6
runtests ./test/test-growpart
 
7
 
 
8
# vi: ts=4 expandtab