]> git.proxmox.com Git - grub2.git/commitdiff
* tests/partmap_test.in: Don't hardcode path to parted.
authorColin Watson <cjwatson@ubuntu.com>
Tue, 3 May 2011 16:57:39 +0000 (17:57 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Tue, 3 May 2011 16:57:39 +0000 (17:57 +0100)
Reported by: Peter Hjalmarsson.  Fixes Savannah bug #33150.

ChangeLog
tests/partmap_test.in

index 58b3cc56ccfc42421315c0a90d86a66fa096e0c4..2aaeb862a70640bf091c5b1378f7d014fc9e5b3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-03  Colin Watson  <cjwatson@ubuntu.com>
+
+       * tests/partmap_test.in: Don't hardcode path to parted.
+       Reported by: Peter Hjalmarsson.  Fixes Savannah bug #33150.
+
 2011-05-01  Colin Watson  <cjwatson@ubuntu.com>
 
        * docs/grub.texi (GRUB only offers a rescue shell): Suggest the use
index 5a9c1a93d8d94c921f1cb202adcc3e9c622a1709..7e9cef7c684abba76bdd9d383ab01844fa2ecd0b 100644 (file)
@@ -15,7 +15,7 @@
 # You should have received a copy of the GNU General Public License
 # along with GRUB.  If not, see <http://www.gnu.org/licenses/>.
 
-parted=/sbin/parted
+parted=parted
 grubshell=@builddir@/grub-shell
 
 create_disk_image () {