← Back to team overview

kubuntu-council team mailing list archive

[Merge] ubuntu-manual-tests:post_installation_tests_typo into ubuntu-manual-tests:main

 

Tim Andersson has proposed merging ubuntu-manual-tests:post_installation_tests_typo into ubuntu-manual-tests:main.

Requested reviews:
  Ubuntu Testcase Admins (ubuntu-testcase)

For more details, see:
https://code.launchpad.net/~ubuntu-testcase/ubuntu-manual-tests/+git/ubuntu-manual-tests/+merge/453257
-- 
Your team Ubuntu Testcase Admins is requested to review the proposed merge of ubuntu-manual-tests:post_installation_tests_typo into ubuntu-manual-tests:main.
diff --git a/testcases/image/1436_Post-Installation Tests b/testcases/image/1436_Post-Installation Tests
index 6f6c2b1..61b8867 100644
--- a/testcases/image/1436_Post-Installation Tests
+++ b/testcases/image/1436_Post-Installation Tests
@@ -6,7 +6,7 @@
         <dd>Both the description and the release presented matches the version of FAMILY you installed</dd>
     <dt><pre>arch</pre></dt>
         <dd>The result correctly lists the architecture of the installation you installed. For example, x86_64 for 64-bit x86 machine.</dd>
-    <dt><pre>sudo sfdisk -l</pre></dt>
+    <dt><pre>sudo fdisk -l</pre></dt>
         <dd>The partition scheme displayed matches the partition scheme you chose during installation</dd>
     <dt><pre>sudo apt-get update</pre></dt>
         <dd>Apt hits each of the package mirrors and updates all of them without error</dd>

Follow ups