~ubuntu-branches/ubuntu/vivid/parted/vivid

« back to all changes in this revision

Viewing changes to tests/t9030-align-check.sh

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2014-07-30 13:16:15 UTC
  • mfrom: (7.2.34 sid)
  • Revision ID: package-import@ubuntu.com-20140730131615-6uy87mosal6722s6
Tags: 3.2-1
* New upstream release.
* Drop currently-unused build-dependency on po4a (thanks, Johannes
  Schauer).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
# exercise the align-check command
3
3
 
4
 
# Copyright (C) 2009-2012 Free Software Foundation, Inc.
 
4
# Copyright (C) 2009-2014 Free Software Foundation, Inc.
5
5
 
6
6
# This program is free software; you can redistribute it and/or modify
7
7
# it under the terms of the GNU General Public License as published by
49
49
  test $i = 70 && break
50
50
 
51
51
  # Wait up to 10s for the partition file to disappear.
52
 
  wait_for_dev_to_disappear_ $p1 10 || { fail=1; warn $p1 failed to disappear; }
 
52
  wait_for_dev_to_disappear_ $p1 10 \
 
53
    || { fail=1; warn_ $ME_ $p1 failed to disappear; }
53
54
done
54
55
 
55
56
Exit $fail