File: growpart-fsimage

package info (click to toggle)
cloud-utils 0.33-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 368 kB
  • sloc: sh: 2,889; python: 280; makefile: 25
file content (9 lines) | stat: -rwxr-xr-x 189 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

PATH=$PATH:/usr/sbin

my_d=$(dirname "$0")
. "$my_d/functions" || { echo "failed to source functions" 1>&2; exit 1; }

runtests ./test/test-growpart-fsimage
# vi: ts=4 expandtab