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

« back to all changes in this revision

Viewing changes to tests/t1101-busy-partition.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:
2
2
# test for Debian bug #582818 (http://bugs.debian.org/582818); forbid
3
3
# the removal of a mounted partition.
4
4
 
5
 
# Copyright (C) 2010-2012 Free Software Foundation, Inc.
 
5
# Copyright (C) 2010-2014 Free Software Foundation, Inc.
6
6
 
7
7
# This program is free software; you can redistribute it and/or modify
8
8
# it under the terms of the GNU General Public License as published by
29
29
dev=$(cat dev-name)
30
30
 
31
31
cat <<EOF > exp-error || framework_failure
32
 
Error: Partition ${dev}2 is being used. You must unmount it before you modify it with Parted.
 
32
Warning: Partition ${dev}2 is being used. Are you sure you want to continue?
33
33
EOF
34
34
 
35
35
parted -s "$dev" mklabel msdos > out 2>&1 || fail=1