~registry/cloud-utils/trunk

« back to all changes in this revision

Viewing changes to debian/tests/growpart-start-matches-size

  • Committer: Scott Moser
  • Date: 2018-12-10 21:23:53 UTC
  • Revision ID: smoser@ubuntu.com-20181210212353-cbiujmg3l0tfsza7
Development has been moved to git.

cloud-utils development has moved its revision control to git.
It is available at
  https://git.launchpad.net/cloud-utils

Clone with:
  git clone https://git.launchpad.net/cloud-utils
or with read-write:
  git clone ssh://git.launchpad.net/cloud-utils

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
 
execute ./test/test-growpart-start-matches-size
7
 
# vi: ts=4 expandtab